home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / comms / other / pegmail / source / pegmail_gui.h < prev    next >
C/C++ Source or Header  |  1999-06-14  |  443b  |  25 lines

  1. #include <libraries/mui.h>
  2. #include <proto/muimaster.h>
  3. #include <clib/exec_protos.h>
  4. #include <exec/memory.h>
  5. #include <clib/alib_protos.h>
  6.  
  7. struct ObjApp
  8. {
  9.     APTR    App;
  10.     APTR    WI_label_0;
  11.     APTR    PA_label_0;
  12.     APTR    STR_PA_label_0;
  13.     APTR    PA_label_1;
  14.     APTR    STR_PA_label_1;
  15.     APTR    TX_label_0;
  16.     APTR    GA_label_1;
  17.     APTR    BT_quit;
  18.     APTR    BT_conv;
  19.     char *    STR_TX_label_0;
  20. };
  21.  
  22.  
  23. extern struct ObjApp * CreateApp(void);
  24. extern void DisposeApp(struct ObjApp *);
  25.